﻿/******************** 
	作用:登录页面
	作者:蔡俊雄
	版本:V1.0
	时间:2015-08-06
********************/

body{
	background-color: #fff;
	overflow-x: hidden;
}
.login-bg{
	position: absolute;
	left:50%;
	top:0%;
	width:1920px;
	height: 666px;
	margin-left: -960px;
	/*margin-top: -384px;*/
	background: url(../images/bg.jpg) no-repeat;
}
/*版权信息*/
.copyright{
	position: absolute;
	left:0px;
	bottom:41px;
	text-align: center;
	font-size: 12px;
	width:100%;
}
.copyright a:hover{
	text-decoration: underline;
}
.copyright a{
	margin-right: 5px;
}
.copyright a:last-child{
	margin-right: 0px;
}
.login-wrapper{
	position: absolute;
	left:1083px;
	top:150px;
	width:340px;
	height: 420px;
	background-color: #fff;
	/*background-color:rgba(255,255,255,0.7);*/
	border-radius: 10px;
}
.login-container{
	padding:30px 32px 0 32px;
}
.login-logo{
	text-align: center;
	margin-bottom: 24px;
}
/*.logo{
	margin-bottom: 22px;
}*/
/*二维码*/
.qrcode{
	position: absolute;
	right:0px;
	top:0px;
	width:64px;
	height: 61px;
}
/*.qrcode .scan{
	margin-top: 18px;
	font-size: 13px;
}*/
/*登陆元素*/
.elements{
	/*margin-right: 155px;*/
	color: #333;
}
.user-name{
	background-image: url(../images/icon/user1.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 40px;
	font-size: 16px;
	margin-bottom: 13px;
}
.password{
	background-image: url(../images/icon/password1.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 40px;
	font-size: 16px;
	margin-bottom: 13px;
}
.code-wrapper{
	margin-bottom: 23px;
	position: relative;
}
.code{
	background-image: url(../images/icon/yanzheng1.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 40px;
	font-size: 16px;
}
/*验证码*/
.verification-code{
	position: absolute;
	right:50px;
	top:0px;
	/*width:40px;*/
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background-color: transparent;
	/*background-color: #333;*/
}
.verification-code img{
	vertical-align: middle;
	margin-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	/*height: 40px;*/
}
/*刷新按钮*/
.btn-refresh{
	position: absolute;
	right:8px;
	top:0px;
	width:40px;
	height: 40px;
	background-color: transparent;
	/*background-color: #333;*/
	background-image: url(../images/icon/refresh.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	cursor: hand;
	cursor: pointer;
	/*background-position: 16px center;*/
	/*background-repeat: no-repeat;*/
}
/*登录按钮*/
.btn-login{
	background-color: #20bf87;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border: none;
	width: 100%;
	height: 40px;
	margin: 21px 0 10px 0;
}
